Remove note about deprecation. (We've standard on G_CONST_RETURN rather
authorOwen Taylor <otaylor@redhat.com>
Mon, 22 Oct 2001 14:28:37 +0000 (14:28 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 22 Oct 2001 14:28:37 +0000 (14:28 +0000)
Sat Oct 20 18:35:21 2001  Owen Taylor  <otaylor@redhat.com>

        * gtk/tmpl/gtkentry.sgml (Note): Remove note about
        deprecation. (We've standard on G_CONST_RETURN
        rather than the reverse.) #58768, Vitaly Tishkov.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkentry.sgml

index 31fa2cc52af96e2ebc6433ca9b3a8f56bfa9c37c..e77e8ee37fbb602f5fe4b6c2c3d454bc437f4ffd 100644 (file)
@@ -1,3 +1,9 @@
+Sat Oct 20 18:35:21 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/tmpl/gtkentry.sgml (Note): Remove note about
+       deprecation. (We've standard on G_CONST_RETURN 
+       rather than the reverse.) #58768, Vitaly Tishkov.
+
 2001-10-20  jacob berkman  <jacob@ximian.com>
 
        * gtk/Makefile.am (HTML_IMAGES): get them from
index 070fb1e231815851ac38c672f4b3ece627ae02c1..8362b3d822f9358de93344f4738d1f3fda4f6e1e 100644 (file)
@@ -107,9 +107,8 @@ gtk_editable_set_position() instead.
 <para>
 Retrieve the contents of the entry widget. The returned
 pointer points to internally allocated storage in the
-widget and must not be freed, modified or stored. For
-this reason, this function is deprecated. Use 
-gtk_editable_get_chars() instead.
+widget and must not be freed, modified or stored.
+See also gtk_editable_get_chars().
 </para>
 
 @entry: a #GtkEntry.
@@ -397,3 +396,8 @@ are visible or not. See gtk_entry_set_visibility().
 
 </para>
 
+<!-- ##### ARG GtkEntry:text ##### -->
+<para>
+
+</para>
+